Text File | 1994-11-17 | 577 b | 21 lines | [ttro/ttxt]
A few notes.
I have included the ThreadUtils.h & ThreadUtilLib.o in this folder so you can just compile
and run the sample app. A better solution is to remove these two files from the folder, placing them into the MPW:Interfaces:CIncludes folder, and MPW:Libraries:Libraries folder respectively. After this is done
you should edit the file: ThreadedSnakes.h and change:
#include "ThreadUtil.h"
to:
#include <ThreadUtil.h>
as well as add this line:
{Libraries}"ThreadUtilLib.o"
to the SnakeWSemaphore.make file. In the rules for linking the application.